home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / redbeard.swf / scripts / frame_3 / PlaceObject2_76_9 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2008-09-12  |  275 b   |  14 lines

  1. onClipEvent(load){
  2.    move = 7;
  3.    jumpHeight = 20;
  4.    direction = 1;
  5.    Air = 5;
  6.    drownRate = 0.06666666666666667;
  7.    platformActive = 0;
  8.    gravity = 20;
  9.    scrollPoint = 226;
  10.    scrollPointLeft = 225;
  11.    scrollPointUpper = 100;
  12.    scrollPointLower = 200;
  13. }
  14.